home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 March
/
EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso
/
earcd
/
-archivi
/
-recent2
/
iconv9.lha
/
IconV9
/
examples
/
hello.icn
< prev
next >
Wrap
Text File
|
1996-05-22
|
106b
|
7 lines
procedure main()
write(&version)
write(&host)
every write(&features)
write("hello world")
end